Skip to content

Add skill discovery manifest to skills/rig/SKILL.md - #279

Merged
pelikhan merged 4 commits into
mainfrom
copilot/configure-rig-skill-discovery
Jul 29, 2026
Merged

Add skill discovery manifest to skills/rig/SKILL.md#279
pelikhan merged 4 commits into
mainfrom
copilot/configure-rig-skill-discovery

Conversation

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

skills/rig/SKILL.md lacked the YAML frontmatter required by the Agent Skills spec, making the skill invisible to gh skill install/search, agentfinder, and compatible skill CLIs.

Changes

  • Added required frontmatter to skills/rig/SKILL.md:
    • name: rig — matches directory name (required by spec)
    • description — activation signal used by agents to decide when to load the skill
    • license: MIT — recommended field

gh skill publish --dry-run now passes without errors. Users can install via:

gh skill install githubnext/rig rig

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot add CI Job test that ensure the skill can be install properly

@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot ci test should use "gh skills"

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@copilot add CI Job test that ensure the skill can be install properly

Added a validate-skill job to .github/workflows/ci.yml that runs gh skill publish --dry-run on every push and PR. This validates the frontmatter fields, naming rules, and spec compliance without publishing. Commit: the latest push to this branch.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@copilot ci test should use "gh skills"

Updated the CI job to use gh skills publish --dry-run (with the skills alias).

@pelikhan
pelikhan marked this pull request as ready for review July 29, 2026 10:41
@pelikhan
pelikhan merged commit c0d4913 into main Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants